home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / rcs / src / .rcsrc next >
Text File  |  1993-10-31  |  791b  |  29 lines

  1. # $Id$
  2. #----------------------------------------------------------------------
  3.  
  4. #
  5. # RCS configuration for rcs-sty
  6. #
  7.  
  8. .rcsrc: bind id "Id"
  9.  
  10. *.doc: unbind all
  11. *.doc: bind id "StyleId"
  12. *.doc: bind revision "StyleRevision"
  13. *.doc: bind date "StyleDate"
  14. *.doc: bind log "StyleLog"
  15. *.doc: log_entry "\\Revision %r %d %t %a\n%l\n"
  16. # KLUDGE for an error in confrcs:
  17. *.doc: comment_leader_pattern "%s$Log"        # must not be "%s$StyleLog"!
  18. *.doc: comment_leader_length 10
  19.  
  20. rcs*.tex: unbind all
  21. rcs*.tex: bind id "DocId"
  22. rcs*.tex: bind revision "DocRevision"
  23. rcs*.tex: bind date "DocDate"
  24. rcs*.tex: bind log "DocLog"
  25. rcs*.tex: log_entry "\\Revision %r %d %t %a\n%l\n"
  26. # KLUDGE for an error in confrcs:
  27. rcs*.tex: comment_leader_pattern "%s$Log"    # must not be "%s$DocLog"!
  28. rcs*.tex: comment_leader_length 10
  29.